ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / FlexGridBase<T> Class / SkipMerged Property

In This Topic
    SkipMerged Property (FlexGridBase<T>)
    In This Topic
    Gets or sets a value that determines whether when copying, skip cells that have been merged.
    Syntax
    'Declaration
     
    Public Overridable Property SkipMerged As Boolean
    public virtual bool SkipMerged {get; set;}
    See Also